Closed valerianilucrezia closed 8 months ago
What do you mean by aborted? Can you provide the error message you get under RStudio?
It appears on the screen this:
Can you save the first script in a file named test.R
and try to execute it by issuing the command Rscript test.R
in the shell?
❯ Rscript test.R
Caricamento pacchetto: ‘dplyr’
I seguenti oggetti sono mascherati da ‘package:stats’:
filter, lag
I seguenti oggetti sono mascherati da ‘package:base’:
intersect, setdiff, setequal, union
[████████████████████████████████████████] 100% [00m:00s] Saving snapshot
[████████████████████████████████████████] 100% [00m:00s] Saving snapshot
Messaggio di avvertimento:
No shared levels found between `names(values)` of the manual scale and the
data's alpha values.
Scale for fill is already present.
Adding another scale for fill, which will replace the existing scale.
Messaggi di avvertimento:
1: `filter_()` was deprecated in dplyr 0.7.0.
ℹ Please use `filter()` instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
2: `summarise_()` was deprecated in dplyr 0.7.0.
ℹ Please use `summarise()` instead.
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
3: `group_by_()` was deprecated in dplyr 0.7.0.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
4: `arrange_()` was deprecated in dplyr 0.7.0.
ℹ Please use `arrange()` instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
5: `select_()` was deprecated in dplyr 0.7.0.
ℹ Please use `select()` instead.
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
6: The `<scale>` argument of `guides()` cannot be `FALSE`. Use "none" instead as
of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the ggmuller package.
Please report the issue to the authors.
*** caught bus error ***
address 0x102a38b48, cause 'invalid alignment'
Traceback:
1: .External(list(name = "CppMethod__invoke_notvoid", address = <pointer: 0x600000b96380>, dll = list(name = "Rcpp", path = "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/libs/Rcpp.so", dynamicLookup = TRUE, handle = <pointer: 0x9227e520>, info = <pointer: 0x600002f94660>), numParameters = -1L), <pointer: 0x600003780400>, <pointer: 0x600000b87be0>, .pointer, ...)
2: sim$search_sample(c(B = ncells), n_w, n_h)
An irrecoverable exception occurred. R is aborting now ...
[1] 1597 bus error Rscript test.R
I could not reproduce the issue. However, an invalid read
problem was solved by commit b6ea718ed89c7258880ee7c8797dca21f136c661. Can you reproduce the error on the last GitHub version?
Closed due to the lack of feedback.
In Rstudio if I run the following lines of code the Rstudio session aborted:
With session info:
Instead if I do the same thing on a computing node of a cluster this error is returned:
Error: No bounding box found!
With following session info: