-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In case anyone else runs into this issue, I'm trying to follow your blog (post)[https://www.granvillematheson.com/post/nonlinear-modelling-using-nls-nlme-and-brms/], but am am getting the following error when initially looking at the data
data(pbr28)
pbr28$jsondata[[1]]$Metabolite
## Warning: Unknown or uninitialised column: `jsondata`.
## NULL
I looked at the code in data-raw/pbr28_data_extraction.R and found the following
bidsdat <- jsondat %>%
group_by(Subjname, PETNo) %>%
mutate(petinfo = map(jsondata, jsondat2petinfo),
blooddata = map(jsondata, jsondat2bd),
tactimes = map(jsondata, jsondat2tactimes)) %>%
select(-jsondata)
I have forked your repo and tried removing that line, installing the package from my repo, but that didn't fix things. I was able to work around this problem by installing an earlier version of your package. using remotes::install_github("mathesong/kinfitr", ref = "6ba08e7")
Metadata
Metadata
Assignees
Labels
No labels