Dongdong Kong

Results 41 issues of Dongdong Kong

As the question stated at https://stackoverflow.com/questions/17140424/placing-a-string-on-the-clipboard-without-a-newline

I am curious about whether can I use JuliaCall in R parallel scripts? Should I initialize Julia by `julia_setup` in each R parallel process?

I am using R-box in sublime text3 build 3143, win10 system. R-box menu items about package install, test, build not work in windows. How can I configure it to work...

I am wondering how can I define a matrix in the armacmp. matrix like that inside a function: ```r Pstar = matrix(0, nrow=P, ncol=A) ``` Thanks

enhancement

In R, Xinanjiang model calibration only cost about 40s. But in `MARRMoT`, the calibration is quite low efficiency. With the same forings, half hour passed, still no output. Just wondering...

The original map: ![image](https://user-images.githubusercontent.com/9815742/188791122-206a0715-4971-4f1e-8258-ee80c4f1d76c.png) After click `recalc` and execute `leaflet::clearGroup`. ![image](https://user-images.githubusercontent.com/9815742/188791056-31428a6c-5c47-4b42-a31b-e96ff05adb7d.png) ```r library(shiny) library(leaflet) library(rgee) rgee::ee_Initialize() sf_prov = ee$FeatureCollection("users/kongdd/shp/China/bou2_4p_ChinaProvince") ee_draw_sf % getInfo() %>% basename() # Paint all the polygon edges...

R version: v4.2.1 System: win10 ```R vscDebugger:::internalLoadAll(".") ``` ```R i Loading vscDebugger Error in `parent.env

https://github.com/wknoben/MARRMoT/blob/master/MARRMoT/Models/Flux%20files/saturation_7.m#L24 The integral operation leads to `m_14_topmodel_7p_2s` about 20 times slower than other models? Any idea how to improve this? > The [attachment](https://github.com/wknoben/MARRMoT/files/9658498/perf.xlsx) is the consumed time for each model...

- powershell + radian, **works** ![image](https://github.com/randy3k/radian/assets/9815742/ea43781a-7e85-4418-abed-879243c0e9ad) - **VSCode** powershell + radian: **not work** ![image](https://github.com/randy3k/radian/assets/9815742/8d7164ad-75c1-4f0c-abd8-b3510fe69b07) `nchar(x) = 0` ## Version - `radian`: the latest version, installed by pip+github. Also reported at...

bug