Skip to content

Commit

Permalink
Added various tidbits required to get basilisk to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jun 5, 2020
1 parent 1882788 commit cae6cc2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .BBSoptions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UnsupportedPlatforms: win32
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "ke
person("Aaron", "Lun", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-3564-4813')))
Maintainer: Kevin Rue-Albrecht <[email protected]>
Description: Functionality for processing single-cell velocity data.
Imports:
basilisk
StagedInstall: no
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
${R_HOME}/bin/Rscript -e "basilisk::configureBasiliskEnv()"

2 changes: 2 additions & 0 deletions configure.win
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe -e "basilisk::configureBasiliskEnv()"

0 comments on commit cae6cc2

Please sign in to comment.