Skip to content

Commit

Permalink
strip the version from Matrix/TMB in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Feb 2, 2024
1 parent 86083d3 commit a7aca41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Authors@R:
email = "[email protected]")
)
Imports:
TMB (>= 1.9.7),
Matrix (>= 1.6.3),
TMB,
Matrix,
sem,
igraph,
methods
Expand Down
2 changes: 1 addition & 1 deletion scratch/Upload_to_CRAN.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

root_dir = R'(C:\Users\James.Thorson\Desktop\Work files\Collaborations\2023 -- DSEM\CRAN submission)'

library(devtools)
setwd( R'(C:\Users\James.Thorson\Desktop\Git\dsem)' )
Expand Down Expand Up @@ -66,6 +65,7 @@ if( FALSE ){
}

# Build for uploading via web interface
root_dir = R'(C:\Users\James.Thorson\Desktop\Git\dsem\scratch)'
# https://cran.r-project.org/submit.html
build( path=root_dir, manual=TRUE )

Expand Down
Binary file added scratch/dsem_1.0.2.tar.gz
Binary file not shown.

0 comments on commit a7aca41

Please sign in to comment.