Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
abhosekar committed Apr 2, 2021
2 parents e4fcc17 + 3a6593b commit 64310f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gdxrrw/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: gdxrrw
Title: An Interface Between 'GAMS' and R
Version: 1.0.10
Depends: R (>= 3.0)
Date: 2021-03-26
Date: 2021-04-02
SystemRequirements: GAMS (>= 33.0.0)
Authors@R: c(person("Steve","Dirkse", role=c("aut","cre"),
email="R@gams.com"),
Expand Down
1 change: 1 addition & 0 deletions jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pipeline {
sh '''
mkdir libpath
R CMD INSTALL gdxrrw -l "$WORKSPACE/libpath" --build
R CMD build gdxrrw
'''
archiveArtifacts artifacts: '*.tar.gz', fingerprint: true
}
Expand Down

0 comments on commit 64310f0

Please sign in to comment.