MoTrPAC / MotrpacBicQC

R package for the MoTrPAC community
https://motrpac.github.io/MotrpacBicQC/index.html
MIT License
8 stars 4 forks source link

making recursive = TRUE #242

Closed christopherjin closed 2 months ago

christopherjin commented 2 months ago

Just adding a simple PR to make folders recursive in the dir.create() function if we want to download a file into a folder that doesn't exist yet.

Not 100% sure on why some lines are considered changed in this pr just based on formatting, but the only thing I did was make recursive = TRUE on the dir.create function

biodavidjm commented 2 months ago

@christopherjin , I will merge this and another PR that I will likely create myself with something else that I was working on, and then I will create a new release.

Quick question before I merge and out curiosity: did you run any tool to clean extra spaces?

christopherjin commented 2 months ago

I'm not sure actually, I think it might just be Rstudio default formatting for some differences