Skip to content

Commit 2c9a439

Browse files
committed
major package update v2.7
1 parent acb4e64 commit 2c9a439

36 files changed

+561
-611
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cff-version: 1.2.0
22
title: vertesy/CodeAndRoll2: CodeAndRoll2 for vector, matrix and list manipulations.
3-
version: v2.6.0
3+
version: v2.7.0
44
message: >-
55
If you use this software, please cite it using these metadata.
66
type: software

DESCRIPTION

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: CodeAndRoll2
22
Title: CodeAndRoll2 for vector, matrix and list manipulations
3-
Version: 2.6.0
3+
Version: 2.7.0
44
Authors@R:
55
person("Abel", "Vertesy", , "av@imba.oeaw.ac.at", role = c("aut", "cre"))
66
Author: Abel Vertesy <av@imba.oeaw.ac.at> [aut, cre]
@@ -17,13 +17,16 @@ Imports:
1717
gplots,
1818
gtools,
1919
plyr,
20+
purrr,
2021
RColorBrewer,
22+
rstudioapi,
2123
sessioninfo,
22-
stringr
24+
stringr,
25+
tibble
2326
Suggests:
2427
grDevices,
2528
sm
2629
Encoding: UTF-8
27-
Packaged: 2024-03-11 00:10:35.960104
30+
Packaged: 2024-10-23 18:26:44.582209
2831
Roxygen: list(markdown = TRUE)
2932
RoxygenNote: 7.3.1

Development/Create_the_CodeAndRoll2_Package.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ file.edit(config.path)
1313
source(config.path)
1414

1515
# Install your package ------------------------------------------------
16+
devtools::check_man(repository.dir)
17+
1618
PackageTools::document_and_create_package(repository.dir, config_file = 'config.R')
1719
'git add commit push to remote'
1820

1921

2022
# Install your package ------------------------------------------------
2123
"disable rprofile by"
2224
rprofile()
23-
devtools::install_local(repository.dir, upgrade = F)
25+
devtools::install_local(repository.dir, upgrade = F, force = T)
2426

2527

2628
# Test if you can install from github ------------------------------------------------

Development/Dependencies.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Dependency file generated on Wed Oct 23 18:20:57 2024
2+

Development/config.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Configuration for the Package
22
DESCRIPTION <- list(
33
package.name = "CodeAndRoll2",
4-
version = "2.6.0",
4+
version = "2.7.0",
55
title = "CodeAndRoll2 for vector, matrix and list manipulations",
66
description = "CodeAndRoll2 is a set of more than >130 productivity functions for vector, matrix
77
and list manipulations and math. Used by MarkdownReports, ggExpress, SeuratUtils, etc.",
88

99
depends = "Stringendo",
10-
imports = "colorRamps, dplyr, gplots, gtools, plyr, RColorBrewer, sessioninfo, stringr", # graphics,
10+
imports = "dplyr, tibble, stringr, purrr, plyr, gplots, gtools, colorRamps, RColorBrewer, sessioninfo, rstudioapi", # graphics,
1111
suggests = "sm, grDevices",
1212

1313
author.given = "Abel",

0 commit comments

Comments
 (0)