Skip to content

Commit

Permalink
fixed bug in vector and assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jul 23, 2024
1 parent 65dfd09 commit 3f5e3b8
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .development/check_as_cran.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

R CMD build ~/Documents/ast2ast
mv ./ast2ast_*.tar.gz ~/Documents/ast2ast/.development/
R CMD build /home/konrad/Documents/GitHub/RProjects/ast2ast_supplement/ast2ast
mv ./ast2ast_*.tar.gz /home/konrad/Documents/GitHub/RProjects/ast2ast_supplement/ast2ast/.development
R CMD check ./ast2ast_*.tar.gz --as-cran
4 changes: 3 additions & 1 deletion .development/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Rscript install.R

Rscript tracebackTest.R
Rscript testJacobian.R

# Rscript tracebackTest.R

# Rscript diff.R

Expand Down
Loading

0 comments on commit 3f5e3b8

Please sign in to comment.