Skip to content

Commit 223e589

Browse files
committed
up
1 parent abc874e commit 223e589

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

0 Bytes
Binary file not shown.

DescriptiveRepresentationCalculator/inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ bibentry(
88
person("Connor", "Jerzak", role = c("aut","cre"), comment = c(ORCID = "0000-0003-1914-8905"))
99
),
1010
year = "2025",
11-
version = "1.1.0",
12-
note = "R package version 1.1.0",
11+
version = "1.1.1",
12+
note = "R package version 1.1.1",
1313
url = "https://doi.org/10.32614/CRAN.package.DescriptiveRepresentationCalculator"
1414
)
1515

documentPackage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setwd("~/Documents/DescriptiveRepresentationCalculator-software")
55
PackageName <- "DescriptiveRepresentationCalculator"
66
package_path <- sprintf("~/Documents/%s-software/%s",PackageName,PackageName)
7-
versionNumber <- "1.1.0"
7+
versionNumber <- "1.1.1"
88

99
# build documentation
1010
library(devtools); library(utils)

0 commit comments

Comments
 (0)