baumer-lab / fertile

creating optimal conditions for reproducibility
GNU General Public License v3.0
52 stars 4 forks source link

bug in proj_analyze() #86

Closed beanumber closed 4 years ago

beanumber commented 4 years ago
library(fertile)
#> 
#> Attaching package: 'fertile'
#> The following object is masked from 'package:stats':
#> 
#>     read.ftable
#> The following objects are masked from 'package:utils':
#> 
#>     read.csv, read.csv2, read.delim, read.delim2, read.DIF,
#>     read.fortran, read.fwf, read.table, write.csv
#> The following objects are masked from 'package:base':
#> 
#>     library, load, read.dcf, require, save, set.seed, setwd, source
proj_dir <- here::here("project_miceps")
proj_analyze(proj_dir)
#> Error: [ENOENT] Failed to open '/tmp/RtmpYh32s9/reprex16b7261a3e47/project_miceps/.fertile_render_log.csv': no such file or directory

Created on 2020-10-10 by the reprex package (v0.3.0)

see also #81

ambertin commented 4 years ago

Though I'm yet to find anything good, I'm still working on a solution for this. Definitely on board with holding off on the paper if we can't find anything though. Let me know if you come up with anything on your end.

ambertin commented 4 years ago

Addressed in #87