Skip to content

Commit

Permalink
major package update v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Oct 23, 2024
1 parent acb4e64 commit 2c9a439
Show file tree
Hide file tree
Showing 36 changed files with 561 additions and 611 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cff-version: 1.2.0
title: vertesy/CodeAndRoll2: CodeAndRoll2 for vector, matrix and list manipulations.
version: v2.6.0
version: v2.7.0
message: >-
If you use this software, please cite it using these metadata.
type: software
Expand Down
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: CodeAndRoll2
Title: CodeAndRoll2 for vector, matrix and list manipulations
Version: 2.6.0
Version: 2.7.0
Authors@R:
person("Abel", "Vertesy", , "[email protected]", role = c("aut", "cre"))
Author: Abel Vertesy <[email protected]> [aut, cre]
Expand All @@ -17,13 +17,16 @@ Imports:
gplots,
gtools,
plyr,
purrr,
RColorBrewer,
rstudioapi,
sessioninfo,
stringr
stringr,
tibble
Suggests:
grDevices,
sm
Encoding: UTF-8
Packaged: 2024-03-11 00:10:35.960104
Packaged: 2024-10-23 18:26:44.582209
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
4 changes: 3 additions & 1 deletion Development/Create_the_CodeAndRoll2_Package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ file.edit(config.path)
source(config.path)

# Install your package ------------------------------------------------
devtools::check_man(repository.dir)

PackageTools::document_and_create_package(repository.dir, config_file = 'config.R')
'git add commit push to remote'


# Install your package ------------------------------------------------
"disable rprofile by"
rprofile()
devtools::install_local(repository.dir, upgrade = F)
devtools::install_local(repository.dir, upgrade = F, force = T)


# Test if you can install from github ------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions Development/Dependencies.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dependency file generated on Wed Oct 23 18:20:57 2024

4 changes: 2 additions & 2 deletions Development/config.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Configuration for the Package
DESCRIPTION <- list(
package.name = "CodeAndRoll2",
version = "2.6.0",
version = "2.7.0",
title = "CodeAndRoll2 for vector, matrix and list manipulations",
description = "CodeAndRoll2 is a set of more than >130 productivity functions for vector, matrix
and list manipulations and math. Used by MarkdownReports, ggExpress, SeuratUtils, etc.",

depends = "Stringendo",
imports = "colorRamps, dplyr, gplots, gtools, plyr, RColorBrewer, sessioninfo, stringr", # graphics,
imports = "dplyr, tibble, stringr, purrr, plyr, gplots, gtools, colorRamps, RColorBrewer, sessioninfo, rstudioapi", # graphics,
suggests = "sm, grDevices",

author.given = "Abel",
Expand Down
Loading

0 comments on commit 2c9a439

Please sign in to comment.