AlexsLemonade / OpenScPCA-analysis

An open, collaborative project to analyze data from the Single-cell Pediatric Cancer Atlas (ScPCA) Portal
Other
5 stars 14 forks source link

Initiate ropenspca package #735

Closed sjspielman closed 1 month ago

sjspielman commented 1 month ago

Closes #732

This PR initiates the directory for the rOpenScPCA package. Some notes:

sjspielman commented 1 month ago

If rcmdcheck is loading up the renv environment, that would explain the CI failure as indeed rcmdcheck isn't in renv.lock...

jashapiro commented 1 month ago

I think I would start this without renv as that adds some unnecessary complexity.

sjspielman commented 1 month ago

This build is now succeeding for tests, so I went ahead and removed my temporary function+test which were implemented to make sure GHA was working as expected.

Of course, R CMD CHECK also failing but in an entirely expected way. It doesn't like my LICENSE syntax, which is rather fair... What license syntax should we go for here?