Closed lizihao-anu closed 8 months ago
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays BOXI dependant hri intzone popluation Rmarkdown sourcedev yyyyqx
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays BOXI hri intzone popluation Rmarkdown sourcedev yyyyqx
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays hri intzone popluation ropensci sourcedev yyyyqx
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
This is ready for review.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays hri intzone KEYRING popluation Rmarkdown ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays hri intzone KEYRING popluation Rmarkdown ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
Looks good! Not sure how much I understand about the targets stuff but I'll take another look next week. Is the plan to add the individual file code back into targets? or will we run that manually now?
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
dnas hri intzone KEYRING popluation Rmarkdown ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays dnas hri intzone KEYRING popluation Rmarkdown ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays dnas hri intzone KEYRING popluation Rmarkdown ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays dnas hri KEYRING ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays dnas hri KEYRING ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
beddays dnas hri ropensci
OR
To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.
Issues fixed so far:
sc_send_lca
not found.targets
. The logic of this bug is as follows. When using targets, arguments/constants in a function need to be specified explicitly. However, baseR does not need to explicitly specify the arguments/constants in a function. For example,It works fine. But in
targets
it does not. A demo targets script is as follows.list( list(a = 1), tar_target(y, f(1)) )
Remaining issue:
The remaining issue is the limited RAM (128GiB = 131072 MiB). Running the function
create_individual_file
without targets is perfectly fine but it requires more RAM to get it running intargets
. Otherwise, an error is reported as below.I have tried the function
create_individual_file
withtargets
in a session with 240GiB RAM, and it worked perfectly. Hence, it confirms the insufficient RAM. There are two temporary and quick solutions to this issue.run_targets_{year}.R
aftertar_make()
.Feel free to comment. (This comment is updated on 18/01/2024)