2020-04-08seurat版本降级安装过程

R version 3.6.2 (2019-12-12) -- "Dark and Stormy Night"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

3.1.1 降为2.3.4
library(Seurat)
Error in library(Seurat) : 不存在叫‘Seurat’这个名字的程辑包

---------------

install.packages("Seurat") #先装个3.0版本

library(Seurat)
Error in library(Seurat) : 不存在叫‘Seurat’这个名字的程辑包
packageurl <- "https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_2.3.4.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
Installing package into ‘C:/Users/wlx/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_2.3.4.tar.gz'
Content type 'application/x-gzip' length 861959 bytes (841 KB)
downloaded 841 KB

  • installing source package 'Seurat' ...
    ** 成功将'Seurat'程序包解包并MD5和检查
    ** using staged installation
    ** libs
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c ModularityOptimizer.cpp -o ModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RModularityOptimizer.cpp -o RModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c data_manipulation.cpp -o data_manipulation.o
    data_manipulation.cpp: In function 'Eigen::SparseMatrix<double, 0, int> RowMergeMatrices(Eigen::SparseMatrix<double, 1, int>, Eigen::SparseMatrix<double, 1, int>, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >)':
    data_manipulation.cpp:79:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat1_rownames.size(); i++){
    ^
    data_manipulation.cpp:83:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat2_rownames.size(); i++){
    ^
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c snn.cpp -o snn.o
    C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o Seurat.dll tmp.def ModularityOptimizer.o RModularityOptimizer.o RcppExports.o data_manipulation.o snn.o -LC:/PROGRA1/R/R-361.2/bin/x64 -lR
    installing to C:/Users/wlx/Documents/R/win-library/3.6/00LOCK-Seurat/00new/Seurat/libs/x64
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** inst
    ** byte-compile and prepare package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    there is no package called 'knitr'
    Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    停止执行
    ERROR: lazy loading failed for package 'Seurat'
  • removing 'C:/Users/wlx/Documents/R/win-library/3.6/Seurat'
    Warning in install.packages :
    installation of package ‘C:/WINDOWS/Temp/RtmpUtXKlM/downloaded_packages/Seurat_2.3.4.tar.gz’ had non-zero exit status
    library(Seurat)
    Error in library(Seurat) : 不存在叫‘Seurat’这个名字的程辑包

install.packages("knitr")
Installing package into ‘C:/Users/wlx/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependencies ‘evaluate’, ‘highr’, ‘markdown’, ‘xfun’

trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/evaluate_0.14.zip'
Content type 'application/zip' length 76868 bytes (75 KB)
downloaded 75 KB

trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/highr_0.8.zip'
Content type 'application/zip' length 48714 bytes (47 KB)
downloaded 47 KB

trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/markdown_1.1.zip'
Content type 'application/zip' length 190190 bytes (185 KB)
downloaded 185 KB

trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/xfun_0.12.zip'
Content type 'application/zip' length 183537 bytes (179 KB)
downloaded 179 KB

trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/knitr_1.28.zip'
Content type 'application/zip' length 1428929 bytes (1.4 MB)
downloaded 1.4 MB

package ‘evaluate’ successfully unpacked and MD5 sums checked
package ‘highr’ successfully unpacked and MD5 sums checked
package ‘markdown’ successfully unpacked and MD5 sums checked
package ‘xfun’ successfully unpacked and MD5 sums checked
package ‘knitr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Windows\Temp\RtmpUtXKlM\downloaded_packages

library(Seurat)
Error in library(Seurat) : 不存在叫‘Seurat’这个名字的程辑包
packageurl <- "https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_2.3.4.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
Installing package into ‘C:/Users/wlx/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_2.3.4.tar.gz'
Content type 'application/x-gzip' length 861959 bytes (841 KB)
downloaded 841 KB

  • installing source package 'Seurat' ...
    ** 成功将'Seurat'程序包解包并MD5和检查
    ** using staged installation
    ** libs
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c ModularityOptimizer.cpp -o ModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RModularityOptimizer.cpp -o RModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c data_manipulation.cpp -o data_manipulation.o
    data_manipulation.cpp: In function 'Eigen::SparseMatrix<double, 0, int> RowMergeMatrices(Eigen::SparseMatrix<double, 1, int>, Eigen::SparseMatrix<double, 1, int>, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >)':
    data_manipulation.cpp:79:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat1_rownames.size(); i++){
    ^
    data_manipulation.cpp:83:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat2_rownames.size(); i++){
    ^
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c snn.cpp -o snn.o
    C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o Seurat.dll tmp.def ModularityOptimizer.o RModularityOptimizer.o RcppExports.o data_manipulation.o snn.o -LC:/PROGRA1/R/R-361.2/bin/x64 -lR
    installing to C:/Users/wlx/Documents/R/win-library/3.6/00LOCK-Seurat/00new/Seurat/libs/x64
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** inst
    ** byte-compile and prepare package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    there is no package called 'rstudioapi'
    Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    停止执行
    ERROR: lazy loading failed for package 'Seurat'
  • removing 'C:/Users/wlx/Documents/R/win-library/3.6/Seurat'
    Warning in install.packages :
    installation of package ‘C:/WINDOWS/Temp/RtmpUtXKlM/downloaded_packages/Seurat_2.3.4.tar.gz’ had non-zero exit status

install.packages('rstudioapi')
Installing package into ‘C:/Users/wlx/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://mirrors.ustc.edu.cn/CRAN/bin/windows/contrib/3.6/rstudioapi_0.11.zip'
Content type 'application/zip' length 281270 bytes (274 KB)
downloaded 274 KB

package ‘rstudioapi’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Windows\Temp\RtmpUtXKlM\downloaded_packages

library(Seurat)
Error in library(Seurat) : 不存在叫‘Seurat’这个名字的程辑包
install.packages(packageurl, repos=NULL, type="source")
Installing package into ‘C:/Users/wlx/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_2.3.4.tar.gz'
Content type 'application/x-gzip' length 861959 bytes (841 KB)
downloaded 841 KB

  • installing source package 'Seurat' ...
    ** 成功将'Seurat'程序包解包并MD5和检查
    ** using staged installation
    ** libs
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c ModularityOptimizer.cpp -o ModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RModularityOptimizer.cpp -o RModularityOptimizer.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c data_manipulation.cpp -o data_manipulation.o
    data_manipulation.cpp: In function 'Eigen::SparseMatrix<double, 0, int> RowMergeMatrices(Eigen::SparseMatrix<double, 1, int>, Eigen::SparseMatrix<double, 1, int>, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >, std::vector<std::basic_string<char> >)':
    data_manipulation.cpp:79:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat1_rownames.size(); i++){
    ^
    data_manipulation.cpp:83:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < mat2_rownames.size(); i++){
    ^
    C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/PROGRA1/R/R-361.2/include" -DNDEBUG -I"C:/Users/wlx/Documents/R/win-library/3.6/Rcpp/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppEigen/include" -I"C:/Users/wlx/Documents/R/win-library/3.6/RcppProgress/include" -O2 -Wall -mtune=generic -c snn.cpp -o snn.o
    C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o Seurat.dll tmp.def ModularityOptimizer.o RModularityOptimizer.o RcppExports.o data_manipulation.o snn.o -LC:/PROGRA1/R/R-361.2/bin/x64 -lR
    installing to C:/Users/wlx/Documents/R/win-library/3.6/00LOCK-Seurat/00new/Seurat/libs/x64
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** inst
    ** byte-compile and prepare package for lazy loading
    ** help
    *** installing help indices
    converting help for package 'Seurat'
    finding HTML links ... 好了
    AddImputedScore html
    AddMetaData html
    AddModuleScore html
    AddSamples html
    AddSmoothedScore html
    AlignSubspace html
    AssessNodes html
    AssessSplit html
    AugmentPlot html
    AverageDetectionRate html
    AverageExpression html
    AveragePCA html
    BatchGene html
    BlackAndWhite html
    BuildClusterTree html
    BuildRFClassifier html
    BuildSNN html
    CalcAlignmentMetric html
    CalcVarExpRatio html
    CaseMatch html
    CellCycleScoring html
    CellPlot html
    ClassifyCells html
    CollapseSpeciesExpressionMatrix html
    ColorTSNESplit html
    CombineIdent html
    Convert html
    CreateSeuratObject html
    CustomDistance html
    CustomPalette html
    DBClustDimension html
    DESeq2DETest html
    DMEmbed html
    DMPlot html
    DarkTheme html
    DiffExpTest html
    DiffTTest html
    DimElbowPlot html
    DimHeatmap html
    DimPlot html
    DimTopCells html
    DimTopGenes html
    DoHeatmap html
    DoKMeans html
    DotPlot html
    DotPlotOld html
    ExpMean html
    ExpSD html
    ExpVar html
    ExtractField html
    FastWhichCells html
    FeatureHeatmap html
    FeatureLocator html
    FeaturePlot html
    FetchData html
    FilterCells html
    FindAllMarkers html
    FindAllMarkersNode html
    FindClusters html
    FindConservedMarkers html
    FindGeneTerms html
    FindMarkers html
    FindMarkersNode html
    FindVariableGenes html
    FitGeneK html
    GenePlot html
    GenesInCluster html
    GetAssayData html
    GetCellEmbeddings html
    GetCentroids html
    GetClusters html
    GetDimReduction html
    GetGeneLoadings html
    GetIdent html
    HTODemux html
    HTOHeatmap html
    HoverLocator html
    ICAEmbed html
    ICALoad html
    ICAPlot html
    ICHeatmap html
    ICTopCells html
    ICTopGenes html
    InitialMapping html
    JackStraw html
    JackStrawPlot html
    KClustDimension html
    KMeansHeatmap html
    LogNormalize html
    LogVMR html
    MASTDETest html
    MakeSparse html
    MarkerTest html
    MatrixRowShuffle html
    MergeNode html
    MergeSeurat html
    MetageneBicorPlot html
    MinMax html
    MultiModal_CCA html
    MultiModal_CIA html
    NegBinomDETest html
    NegBinomRegDETest html
    NormalizeData html
    NumberClusters html
    OldDoHeatmap html
    PCAEmbed html
    PCALoad html
    PCAPlot html
    PCASigGenes html
    PCElbowPlot html
    PCHeatmap html
    PCTopCells html
    PCTopGenes html
    PlotClusterTree html
    PoissonDETest html
    PrintAlignSubspaceParams html
    PrintCCAParams html
    PrintCalcParams html
    PrintCalcVarExpRatioParams html
    PrintDMParams html
    PrintDim html
    PrintFindClustersParams html
    PrintICA html
    PrintICAParams html
    PrintPCA html
    PrintPCAParams html
    PrintSNNParams html
    PrintTSNEParams html
    ProjectDim html
    ProjectPCA html
    PurpleAndYellow html
    Read10X html
    Read10X_h5 html
    RefinedMapping html
    RemoveFromTable html
    RenameCells html
    RenameIdent html
    ReorderIdent html
    RidgePlot html
    RunCCA html
    RunDiffusion html
    RunICA html
    RunMultiCCA html
    RunPCA html
    RunPHATE html
    RunTSNE html
    RunUMAP html
    SampleUMI html
    SaveClusters html
    ScaleData html
    ScaleDataR html
    SetAllIdent html
    SetAssayData html
    SetClusters html
    SetDimReduction html
    SetIdent html
    Seurat-deprecated html
    Shuffle html
    SplitDotPlotGG html
    SplitObject html
    StashIdent html
    SubsetByPredicate html
    SubsetColumn html
    SubsetData html
    SubsetRow html
    TSNEPlot html
    TobitTest html
    TransferIdent html
    UpdateSeuratObject html
    ValidateClusters html
    ValidateSpecificClusters html
    VariableGenePlot html
    VizDimReduction html
    VizICA html
    VizPCA html
    VlnPlot html
    WhichCells html
    WilcoxDETest html
    cc.genes html
    pbmc_small html
    seurat html
    ** building package indices
    ** testing if installed package can be loaded from temporary location
    ** testing if installed package can be loaded from final location
    ** testing if installed package keeps a record of temporary installation path
  • DONE (Seurat)

library(Seurat)
载入需要的程辑包:ggplot2
载入需要的程辑包:cowplot


Note: As of version 1.0.0, cowplot does not change the
default ggplot2 theme anymore. To recover the previous
behavior, execute:
theme_set(theme_cowplot())


载入需要的程辑包:Matrix

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,132评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,802评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,566评论 0 338
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,858评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,867评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,695评论 1 282
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,064评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,705评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 42,915评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,677评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,796评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,432评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,041评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,992评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,223评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,185评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,535评论 2 343

推荐阅读更多精彩内容